home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / kevoSource / debug.h < prev    next >
Text File  |  1993-03-13  |  436b  |  23 lines

  1. /* Kevo -- a prototype-based object-oriented language */
  2. /* (c) Antero Taivalsaari 1991-1993                   */
  3. /* Some parts (c) Antero Taivalsaari 1986-1988           */
  4. /* debug.h: debugging internals                       */
  5.  
  6. /* Debugger internals */
  7.  
  8. void showRSBar();
  9. void showStacks();
  10. void showTaskID();
  11.  
  12.  
  13. /* Debugger primitives */
  14.  
  15. void debugExit();
  16. void resume();
  17.  
  18.  
  19. /* Execution tracing primitives */
  20.  
  21. void     traceInterpreter();
  22. void    fullTraceInterpreter();
  23.